Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NDocumentFormat<TDocument,TLoadSettings,TSaveSettings> Class / Yxb Method


In This Topic
    Yxb Method
    In This Topic
    Syntax
    'Declaration
     
    
    Friend Overridable Function Yxb( _
       ByVal Ulfb As NFile, _
       ByVal vlfb As System.IO.Stream, _
       ByVal Wlfb As TLoadSettings, _
       ByVal xlfb As NProgress _
    ) As NPromise(Of TDocument)
    'Usage
     
    
    Dim instance As NDocumentFormat(Of TDocument,TLoadSettings,TSaveSettings)
    Dim Ulfb As NFile
    Dim vlfb As System.IO.Stream
    Dim Wlfb As TLoadSettings
    Dim xlfb As NProgress
    Dim value As NPromise(Of TDocument)
     
    value = instance.Yxb(Ulfb, vlfb, Wlfb, xlfb)
    internal virtual NPromise<TDocument> Yxb( 
       NFile Ulfb,
       System.IO.Stream vlfb,
       TLoadSettings Wlfb,
       NProgress xlfb
    )

    Parameters

    Ulfb
    vlfb
    Wlfb
    xlfb
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also